-
Notifications
You must be signed in to change notification settings - Fork 144
Bump the dependencies group across 1 directory with 18 updates #539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dependencies group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.2.3` | `5.2.6` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.16.0` | `3.16.1` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.9.0` | `6.10.0` | | [django-cors-headers](https://github.com/adamchainz/django-cors-headers) | `4.7.0` | `4.8.0` | | [boto3](https://github.com/boto/boto3) | `1.38.41` | `1.40.30` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.30.0` | `2.37.1` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.173.0` | `2.181.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [faker](https://github.com/joke2k/faker) | `37.4.0` | `37.6.0` | | [ipython](https://github.com/ipython/ipython) | `9.3.0` | `9.5.0` | | [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `5.2.0` | `6.0.0` | | [mypy](https://github.com/python/mypy) | `1.16.1` | `1.18.1` | | [django-stubs](https://github.com/sponsors/typeddjango) | `5.2.1` | `5.2.5` | | [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs) | `3.16.0` | `3.16.2` | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.38.41` | `1.40.30` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.0` | `0.13.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.3.0` | Updates `django` from 5.2.3 to 5.2.6 - [Commits](django/django@5.2.3...5.2.6) Updates `djangorestframework` from 3.16.0 to 3.16.1 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.16.0...3.16.1) Updates `whitenoise` from 6.9.0 to 6.10.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.9.0...6.10.0) Updates `django-cors-headers` from 4.7.0 to 4.8.0 - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](adamchainz/django-cors-headers@4.7.0...4.8.0) Updates `boto3` from 1.38.41 to 1.40.30 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.38.41...1.40.30) Updates `sentry-sdk` from 2.30.0 to 2.37.1 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.30.0...2.37.1) Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.32.5) Updates `google-api-python-client` from 2.173.0 to 2.181.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](googleapis/google-api-python-client@v2.173.0...v2.181.0) Updates `pytest` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.1...8.4.2) Updates `faker` from 37.4.0 to 37.6.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v37.4.0...v37.6.0) Updates `ipython` from 9.3.0 to 9.5.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.3.0...9.5.0) Updates `django-debug-toolbar` from 5.2.0 to 6.0.0 - [Release notes](https://github.com/django-commons/django-debug-toolbar/releases) - [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](django-commons/django-debug-toolbar@5.2.0...6.0.0) Updates `mypy` from 1.16.1 to 1.18.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.18.1) Updates `django-stubs` from 5.2.1 to 5.2.5 - [Commits](https://github.com/sponsors/typeddjango/commits) Updates `djangorestframework-stubs` from 3.16.0 to 3.16.2 - [Release notes](https://github.com/typeddjango/djangorestframework-stubs/releases) - [Commits](typeddjango/djangorestframework-stubs@3.16.0...3.16.2) Updates `boto3-stubs` from 1.38.41 to 1.40.30 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.12.0...0.13.0) Updates `pre-commit` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: djangorestframework dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: whitenoise dependency-version: 6.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: django-cors-headers dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.40.30 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentry-sdk dependency-version: 2.37.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: google-api-python-client dependency-version: 2.181.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: faker dependency-version: 37.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ipython dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: django-debug-toolbar dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mypy dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: django-stubs dependency-version: 5.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: djangorestframework-stubs dependency-version: 3.16.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: boto3-stubs dependency-version: 1.40.30 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
@dependabot rebase |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 18 updates in the / directory:
5.2.35.2.63.16.03.16.16.9.06.10.04.7.04.8.01.38.411.40.302.30.02.37.12.32.42.32.52.173.02.181.08.4.18.4.237.4.037.6.09.3.09.5.05.2.06.0.01.16.11.18.15.2.15.2.53.16.03.16.21.38.411.40.300.12.00.13.04.2.04.3.0Updates
djangofrom 5.2.3 to 5.2.6Commits
75c4403[5.2.x] Bumped version for 5.2.6 release.4c044fc[5.2.x] Fixed CVE-2025-57833 -- Protected FilteredRelation against SQL inject...e87ca3d[5.2.x] Made cosmetic edits to 5.2.6 release notes.ebec2c9[5.2.x] Removed unused import in docs/ref/models/expressions.txt example.ace59cb[5.2.x] Fixed #36431 -- Returned tuples for multi-column ForeignObject in val...16a12a9[5.2.x] Fixed #35831 -- Documented the model form meta API in model form refe...51753bc[5.2.x] Added stub release notes and release date for 5.2.6, 5.1.12, and 4.2.24.a486455[5.2.x] Corrected definition of "needsinfo" triage stage in contributing guide.f8e572e[5.2.x] Removed reference to flake8 file exclusions.9c9ed6f[5.2.x] Refs #35530 -- Corrected deprecation message in auth.alogin().Updates
djangorestframeworkfrom 3.16.0 to 3.16.1Release notes
Sourced from djangorestframework's releases.
... (truncated)
Commits
de018dfPrepare 3.16.1 release (#9752)a7d050fTurkish Translation updates (#9749)853969cFix test with Django 5 when pytz is available (#9715)2ae8c11Add note to tutorial about required request in serializer context when using ...70e54f4Revert docs back to djangorestframework-guardian (#9734)3038494Document that unique constraints causerequired=Truein ModelSerializer (#9...4bb46c2Add Kazakh(kk) locale support (#9713)e454758Fix regression in unique_together validation with SerializerMethodField (#9712)33d59feUpdate Spanish translations (#9701)c0202a0Update Django documentation links to use stable version (#9698)Updates
whitenoisefrom 6.9.0 to 6.10.0Changelog
Sourced from whitenoise's changelog.
Commits
c903cc1Version 6.10.0a81bcb0docs(django): use the stable version in URLs (#626)67b4f32Support Python 3.14 (#664)da8d333[pre-commit.ci] pre-commit autoupdate (#663)8000724Bump the github-actions group with 2 updates (#662)8fb339fUpgrade dependencies (#661)adf64ddUse uvx to run tox on GitHub Actions (#660)ad6eb20[pre-commit.ci] pre-commit autoupdate (#659)874d493[pre-commit.ci] pre-commit autoupdate (#658)1049d26Only use sphinx-build-compatibility on Read the DocsUpdates
django-cors-headersfrom 4.7.0 to 4.8.0Changelog
Sourced from django-cors-headers's changelog.
Commits
eeaa041Version 4.8.0b760e4dSupport Python 3.14 (#1013)bf6abfb[pre-commit.ci] pre-commit autoupdate (#1012)5d0c651Upgrade dependencies (#1011)873fd5fUse uvx to run tox on GitHub Actions (#1010)f8aa330[pre-commit.ci] pre-commit autoupdate (#1009)b04460f[pre-commit.ci] pre-commit autoupdate (#1008)906a6b8Remove --target-version from django-upgrade invocation (#1007)64fe6a1[pre-commit.ci] pre-commit autoupdate (#1005)f8c011dUpgrade dependencies (#1006)Updates
boto3from 1.38.41 to 1.40.30Commits
b01d02dMerge branch 'release-1.40.30'065a46dBumping version to 1.40.30f78c83bAdd changelog entries from botocore97fd5d9Merge pull request #4613 from adev-code/documentation-only2a0d0adMerge branch 'release-1.40.29'12750f6Merge branch 'release-1.40.29' into develop62ea501Bumping version to 1.40.2932f7deaAdd changelog entries from botocorec1d11eaFix ExtraArgs documentation in S3 copy methods to reference ALLOWED_COPY_ARGS14fc68dFix ExtraArgs documentation in S3 copy methods to reference ALLOWED_COPY_ARGSUpdates
sentry-sdkfrom 2.30.0 to 2.37.1Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
cd23041updated changelog2d9c428release: 2.37.120f0f84fix(langchain): make new langchain integration work with just langchain-core ...0eede69tests: Move quart under toxgen (#4775)bdf3e6dtests: Update tox.ini (#4777)567a91aMerge branch 'release/2.37.0'75ef769Updated changelog7d7c8eatests: Move chalice under toxgen (#4766)f785524release: 2.37.0dee6de1feat(agents): improve instrumentation of input messages (#4750)Updates
requestsfrom 2.32.4 to 2.32.5Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
b25c87dv2.32.5131e506Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...b336cb2Bump actions/checkout from 4.2.0 to 5.0.046e939bUpdate publish workflow to useartifact-idinstead ofname4b9c546Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...7618dbeBump step-security/harden-runner from 2.12.0 to 2.13.02edca11Add support for Python 3.14 and drop support for Python 3.8 (#6993)fec96cdUpdate Makefile rules (#6996)d58d8aadocs: clarify timeout parameter uses seconds in Session.request (#6994)91a3eabBump github/codeql-action from 3.28.5 to 3.29.0Updates
google-api-python-clientfrom 2.173.0 to 2.181.0Release notes
Sourced from google-api-python-client's releases.
... (truncated)
Commits
dbfca7cchore(main): release 2.181.0 (#2651)0413210chore: Update discovery artifacts (#2650)9354074chore(main): release 2.180.0 (#2644)e9389d4chore: Update discovery artifacts (#2647)8b10903chore: Update discovery artifacts (#2643)dca59e8chore(main): release 2.179.0 (#2642)54a2ef0chore: Update discovery artifacts (#2641)211f8dachore(main): release 2.178.0 (#2633)78faae1chore: Update discovery artifacts (#2636)51cdf47chore: Update discovery artifacts (#2632)Updates
pytestfrom 8.4.1 to 8.4.2Release notes
Sourced from pytest's releases.
Commits
bfae422Prepare release version 8.4.28990538Fix passenv CI in tox ini and make tests insensitive to the presence of the C...ca676bfMerge pull request #13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...975a60aMerge pull request #13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...7723ce8Merge pull request #13683 from even-even/fix_Exeption_to_Exception_in_errorMe...b7f0568Merge pull request #13685 from CoretexShadow/fix/docs-pytest-generate-tests2c94c4aadd missing colon (#13640) (#13641)c3d7684Merge pull request #13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...dc6e3beMerge pull request #13605 from The-Compiler/training-update-2025-07f87289cFix crash withtimesoutput style and skipped module (#13573) (#13579)Updates
fakerfrom 37.4.0 to 37.6.0Release notes
Sourced from faker's releases.
Changelog
Sourced from faker's changelog.
Commits
4089b0eBump version: 37.5.3 → 37.6.09e8bef3📝 Update CHANGELOG.md2cc55ddBump actions/checkout from 4 to 5 (#2250)3a43a3dsort automotive provider tests22aa0d2Lint code9d5b2c1Add Automotive providers for ko_KR locale (#2246...Description has been truncated